Skip to content

Conversation

@carl-mastrangelo
Copy link
Contributor

This is an end-of-night PoC. SerializingExecutor uses ConcurrentLinkedQueue, but that offers overly strong synchronization guarantees. We can do better by limitting the number of volatile operations and doing the push() and pop() operations ourselves.

@carl-mastrangelo carl-mastrangelo deleted the spscqueue branch September 19, 2020 22:21
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant